]> git.pld-linux.org Git - packages/boxes.git/commitdiff
- fixed passing CFLAGS,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 10 Aug 2003 11:05:41 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed file listing (compressed man page),
- upgraded to 1.0.1.

Changed files:
    boxes.spec -> 1.20

boxes.spec

index 0ff956fc768bd13b904c47d33446cd7296ff31a8..7db2e375655259882897688a4a0d7b7592eb3e33 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Draw any kind of box around some given text
 Summary(pl):   Rysowanie dowolnych ramek wokó³ podanego tekstu
 Name:          boxes
-Version:       1.0
+Version:       1.0.1
 Release:       1
 License:       GPL
 Group:         Applications/Text
 Vendor:                Thomas Jensen <boxes@home-of.tj>
 Source0:       http://boxes.thomasjensen.com/download/%{name}-%{version}.src.tar.gz
-# Source0-md5: fce851c773342ea80cb746ca917448e5
+# Source0-md5: 77935fb3b566755db798d678f945bd4d
+Patch0:                %{name}-cflags.patch
 URL:           http://boxes.thomasjensen.com/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,11 +35,12 @@ konfiguracyjnego o otwartym formacie.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f doc/boxes.1
 rm -f src/boxes.h
-%{__make} GLOBALCONF="%{_sysconfdir}/boxes.conf"
+%{__make} CFLAGS_ADDTL="%{rpmcflags}" GLOBALCONF="%{_sysconfdir}/boxes.conf"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/boxes
-%{_mandir}/man1/boxes.1
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/boxes.conf
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.047983 seconds and 4 git commands to generate.