]> git.pld-linux.org Git - packages/fortune-mod.git/commitdiff
- rel 24, stbr fortune-mod-1_0-24
authorMichal Moskal <michal@moskal.me>
Wed, 5 Jun 2002 12:51:26 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added two patches:
-- fix to always use 32 bit file offsets in .dat files (as they are stored
   in %%{_datadir})
-- support for -d option, to display source of fortune (i.e. file it comes
   from)

Changed files:
    fortune-mod.spec -> 1.20

fortune-mod.spec

index 3cfb416574af039827334c4d132ed6092068b472..b897308e2290a711d7395aee0cc5be5a607a500e 100644 (file)
@@ -11,11 +11,13 @@ Summary(ru):        
 Summary(uk):   ðÒÏÇÒÁÍÁ, ÑËÁ ÄÒÕËÕ¤ "fortune" (×ÉÐÁÄËÏ×Ï ×ÉÂÒÁÎÅ ÐÏצÄÏÍÌÅÎÎÑ)
 Name:          fortune-mod
 Version:       1.0
-Release:       23
+Release:       24
 License:       BSD
 Group:         Applications/Games
 Source0:       ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/%{name}-9708.tar.gz
 Patch0:                %{name}-offense.patch
+Patch1:                %{name}-32bit-offset.patch
+Patch2:                %{name}-display-source.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -130,6 +132,8 @@ Ten pakiet zawiera angielskie pliki z danymi dla fortunek.
 %prep
 %setup -q -n fortune-mod-9708
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} CFLAGS="%{rpmcflags} \\\$(DEFINES)"
This page took 0.144554 seconds and 4 git commands to generate.