]> git.pld-linux.org Git - packages/fortune-mod.git/commitdiff
- updated to 1.99.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 6 Mar 2004 23:34:47 +0000 (23:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- commented out -32bit-offset and -display-source patches (looks like
  they aren't needed anymore - somebody please verify)
- not finished yet, saving work

Changed files:
    fortune-mod.spec -> 1.29

fortune-mod.spec

index 41bc1c9ac89ce1adef4ad73de7fc69e68fd32f27..8c2a575b847a5ba9c823a3e42bdd62d16d7ec667 100644 (file)
@@ -14,12 +14,13 @@ Summary(pt_BR):     Fortune: frases famosas e ditados
 Summary(ru):   ðÒÏÇÒÁÍÍÁ, ÐÅÞÁÔÁÀÝÁÑ "fortune" (ÓÌÕÞÁÊÎÏ ×ÙÂÒÁÎÎÏÅ ÓÏÏÂÝÅÎÉÅ)
 Summary(uk):   ðÒÏÇÒÁÍÁ, ÑËÁ ÄÒÕËÕ¤ "fortune" (×ÉÐÁÄËÏ×Ï ×ÉÂÒÁÎÅ ÐÏצÄÏÍÌÅÎÎÑ)
 Name:          fortune-mod
-Version:       1.0
-Release:       28
+Version:       1.99.1
+Release:       0.1
 License:       BSD
 Group:         Applications/Games
-Source0:       ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/%{name}-9708.tar.gz
-# Source0-md5: 81a87a44f9d94b0809dfc2b7b140a379
+#Source0:      ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/%{name}-9708.tar.gz
+Source0:       http://www.redellipse.net/code/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: f208805b3b712e32997d7667e0ec52d8
 Source1:       %{name}.sh
 Source2:       %{name}.csh
 Patch0:                %{name}-offense.patch
@@ -151,13 +152,16 @@ Je
 pakiet jest tym, czego potrzebujesz.
 
 %prep
-%setup -q -n fortune-mod-9708
+%setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch1 -p1
+#%patch2 -p1
 
 %build
-%{__make} CFLAGS="%{rpmcflags} \\\$(DEFINES)" %{?with_offensive:OFFENSIVE=1}
+%{__make} \
+       CFLAGS="%{rpmcflags} \\\$(DEFINES)" \
+       %{?with_offensive:OFFENSIVE=1}
+
 %{__make} fortune/fortune.man
 
 %install
@@ -172,7 +176,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,6},%{_datadir}/games/for
        FORTMANDIR=$RPM_BUILD_ROOT%{_mandir}/man6 \
        %{?with_offensive:OFFENSIVE=1}
 
-rm -f $RPM_BUILD_ROOT%{_mandir}/man1/unstr.1
+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/unstr.1*
 
 install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d
 
This page took 0.037254 seconds and 4 git commands to generate.