diff --git a/.cvsignore b/.cvsignore index a287717..a90b75e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -i3-3.d.tar.bz2 +i3-3.d-bf1.tar.bz2 diff --git a/i3.spec b/i3.spec index 4deae75..b241d1a 100644 --- a/i3.spec +++ b/i3.spec @@ -1,12 +1,14 @@ +%global upstream_version -bf1 + Name: i3 Version: 3.d -Release: 1%{?dist} +Release: bf1_1%{?dist} Summary: Improved tiling window manager Group: User Interface/Desktops License: BSD URL: http://i3.zekjur.net -Source0: http://i3.zekjur.net/downloads/%{name}-%{version}.tar.bz2 +Source0: http://i3.zekjur.net/downloads/%{name}-%{version}-bf1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xcb-util-devel @@ -17,6 +19,7 @@ BuildRequires: libxkbfile-devel BuildRequires: libX11-devel BuildRequires: bison BuildRequires: flex +Requires: rxvt-unicode %description @@ -31,7 +34,7 @@ Please be aware that i3 is primarily targeted at advanced users and developers. %prep -%setup -q +%setup -q -n %{name}-%{version}-bf1 ##### I M P O R T A N T ##### ##### !!!! TO CHECK ON EVERY UPDATE !!!! ##### @@ -44,12 +47,15 @@ sed -e 's|CFLAGS += -Wunused|CFLAGS += -I/usr/include/libev|g' \ %build +export CFLAGS make %{?_smp_mflags} %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="install -p" +make install \ + DESTDIR=%{buildroot} \ + INSTALL="install -p" %clean @@ -58,16 +64,19 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc GOALS LICENSE TODO +%doc GOALS LICENSE RELEASE-NOTES-%{version}-bf1 %{_bindir}/%{name} %{_bindir}/%{name}-input %{_bindir}/%{name}-msg %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/config -%{_sysconfdir}/%{name}/welcome +%config %{_sysconfdir}/%{name}/welcome %{_datadir}/xsessions/%{name}.desktop %changelog +* Fri Dec 25 2009 Simon Wesp - 3.d-bf1_1 +- New upstream release + * Wed Dec 02 2009 Simon Wesp - 3.d-1 - Package build for Fedora diff --git a/import.log b/import.log index 537bdd6..a494af8 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ i3-3_d-1_fc12:F-12:i3-3.d-1.fc12.src.rpm:1259783250 +i3-3_d-bf1_1_fc12:F-12:i3-3.d-bf1_1.fc12.src.rpm:1261776428 diff --git a/sources b/sources index ab09e0e..c058b7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc648c0bbf711d6691c981f665c7c54c i3-3.d.tar.bz2 +f2271064640d67c8a618c8c79451da75 i3-3.d-bf1.tar.bz2