packages: tclap/tclap.spec (NEW)=?UTF-8?Q?=20?=- NEW, finish it if you want
sparky
sparky at pld-linux.org
Mon Mar 26 01:14:48 CEST 2012
Author: sparky Date: Sun Mar 25 23:14:48 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- NEW, finish it if you want
---- Files affected:
packages/tclap:
tclap.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/tclap/tclap.spec
diff -u /dev/null packages/tclap/tclap.spec:1.1
--- /dev/null Mon Mar 26 01:14:48 2012
+++ packages/tclap/tclap.spec Mon Mar 26 01:14:42 2012
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: Argument parser
+Name: tclap
+Version: 1.2.1
+Release: 1
+License: ?
+Group: Libraries
+Source0: http://downloads.sourceforge.net/tclap/%{name}-%{version}.tar.gz
+# Source0-md5: 2e7c950061e0085fd75d94576
+URL: http://tclap.sourceforge.net/
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Just headers ?!
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_includedir}/%{name}
+%{_pkgconfigdir}/%{name}.pc
+%doc %{_docdir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2012/03/25 23:14:42 sparky
+- NEW, finish it if you want
+
================================================================
More information about the pld-cvs-commit
mailing list