SPECS: subcommander.spec (NEW) - new
charles
charles at pld-linux.org
Sun Dec 18 22:56:35 CET 2005
Author: charles Date: Sun Dec 18 21:56:35 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
subcommander.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/subcommander.spec
diff -u /dev/null SPECS/subcommander.spec:1.1
--- /dev/null Sun Dec 18 22:56:35 2005
+++ SPECS/subcommander.spec Sun Dec 18 22:56:29 2005
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary: Qt based multiplatform subversion client
+Name: subcommander
+Version: 0.14.1
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://subcommander.tigris.org/files/documents/1759/28737/%{name}-%{version}-src.tgz
+# Source0-md5: edc245c6be8f5bffd128df36e13d2692
+URL: http://subcommander.tigris.org/
+BuildRequires: boost-devel
+BuildRequires: qt-devel >= 3.2
+BuildRequires: subversion-devel >= 1.2
+Requires: submerge = %{version}-%{release}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qt based multiplatform subversion client.
+
+%package -n submerge
+Summary: submerge - visual diff and merge tool for text files
+Group: X11/Applications
+
+%description -n submerge
+submerge is visual diff and merge tool for text files.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%{__sed} -i 's,include/qt3,include/qt,' configure
+%{__sed} -i 's,-lk5crypto,,' subcommander/Makefile*
+
+%build
+%configure \
+ --with-apr=%{_bindir}/apr-1-config \
+ --with-apr-util=%{_bindir}/apu-1-config \
+ --with-qt=%{_prefix}
+%{__make} \
+ CFLAGS="%{rpmcflags} -D_LARGEFILE64_SOURCE" \
+ CXXFLAGS="%{rpmcxxflags} -I/usr/include/apr-util -Wno-deprecated"
+
+%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 CHANGES CREW README
+%attr(755,root,root) %{_bindir}/sc
+
+%files -n submerge
+%defattr(644,root,root,755)
+%doc CHANGES
+%attr(755,root,root) %{_bindir}/sm
+%{_datadir}/subcommander
+
+%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 2005/12/18 21:56:29 charles
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list