SPECS: linuxdcpp.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Tue Nov 14 14:45:53 CET 2006


Author: gotar                        Date: Tue Nov 14 13:45:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   linuxdcpp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/linuxdcpp.spec
diff -u /dev/null SPECS/linuxdcpp.spec:1.1
--- /dev/null	Tue Nov 14 14:45:53 2006
+++ SPECS/linuxdcpp.spec	Tue Nov 14 14:45:48 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+
+%define		snap	061114
+
+Summary:	Linux DC++ client port
+Summary(pl):	Linuksowy port klienta DC++
+Name:		linuxdcpp
+Version:	0.%{snap}
+Release:	1
+License:	GPL v2
+Group:		X11/Applications/Networking
+Source0:	%{name}-%{snap}.tar.gz
+# Source0-md5:	3a6d0774504d1121dde539dad8bb82d6
+URL:		http://linuxdcpp.berlios.de/
+BuildRequires:	bzip2-devel
+BuildRequires:	freetype-devel
+BuildRequires:	glib-devel
+BuildRequires:	libglade2-devel
+BuildRequires:	pkgconfig
+BuildRequires:	scons
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Linux port of the DC++ Direct Connect client.
+
+%description -l pl
+Linuksowy port klienta Direct Connect DC++.
+
+%prep
+%setup -q -n %{name}
+
+%build
+export CXXFLAGS="%{rpmcflags}"
+scons \
+	PREFIX=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+export CXXFLAGS="%{rpmcflags}"
+scons install \
+	FAKE_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog.txt Credits.txt Readme.txt
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/*
+
+%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  2006/11/14 13:45:48  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list