]> git.pld-linux.org Git - packages/crossvc.git/commitdiff
- based on lincvs.spec auto/th/crossvc-1_5_2-1
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 25 Nov 2007 07:58:13 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossvc.spec -> 1.2

crossvc.spec [new file with mode: 0644]

diff --git a/crossvc.spec b/crossvc.spec
new file mode 100644 (file)
index 0000000..67f227b
--- /dev/null
@@ -0,0 +1,88 @@
+
+%define                _srcrel 0
+
+Summary:       A Qt-based tool for managing CVS
+Summary(pl.UTF-8):     Narzędzie do zarządzania CVS-em oparte na Qt
+Name:          crossvc
+Version:       1.5.2
+Release:       1
+# GPL v.2 if linked with GPLed qt (as in PLD), custom otherwise (see LICENSE)
+License:       GPL v.2
+Group:         Development/Version Control
+Source0:       http://crossvc.com/download/%{name}-%{version}-%{_srcrel}-generic-src.tgz
+# Source0-md5: 4fb196e4e5fb5b6c5d901601869308b2
+Source1:       LinCVS.desktop
+URL:           http://www.crossvc.org/
+BuildRequires: libtool
+BuildRequires: qmake
+BuildRequires: qt-devel >= 6:3.3
+BuildRequires: sed >= 4.0
+Requires:      cvs >= 1.9
+Obsoletes:     lincvs
+Conflicts:     lincvs
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CrossVC\LinCVS acts as a reliable (!) graphical frontend for the CVS-client
+supporting both CVS-versions 1.9 and 1.10, perhaps even older ones. It
+allows to check out a module from and import of a module to a
+repository, to update or retrieve the status of a working directory or
+single files and common operations like add, remove and commit, diff
+against the repository or view of the log messages in list form. In
+contrast to other programs this one is REALLY easy to use ;-).
+
+%description -l pl.UTF-8
+CrossVC\LinCVS działa jako niezawodny(!) graficzny frontend dla klienta CVS.
+Pozwala na import modułów z i do repozytorium oraz wszelkiego typu
+inne zwykłe operacje w CVS-ie. W przeciwieństwie do wielu innych
+programów jest NAPRAWDĘ prosty w użyciu ;-)
+
+%prep
+%setup -q -n CrossVC
+%{__sed} -i 's,`dirname.*,%{_datadir}/%{name},' CrossVC/AppRun
+
+%build
+export QTDIR=%{_prefix}
+export QMAKESPEC="%{_datadir}/qt/mkspecs/linux-g++/"
+export PATH=$QTDIR/bin:$PATH
+qmake -o Makefile lincvs.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{Messages,Tools}
+
+install CrossVC/AppRun $RPM_BUILD_ROOT%{_bindir}/crossvc
+install CrossVC/crossvc.bin $RPM_BUILD_ROOT%{_datadir}/%{name}
+install ts/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/Messages
+install CrossVC/Tools/rshwrapper $RPM_BUILD_ROOT%{_datadir}/%{name}/Tools
+install CrossVC/Tools/ssh-askpass.bin $RPM_BUILD_ROOT%{_datadir}/%{name}/Tools
+install tools/*.sh $RPM_BUILD_ROOT%{_datadir}/%{name}/Tools
+install CrossVC/AppIcon.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/crossvc.xpm
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS LICENSE doc/{README,SSH-HOWTO.txt,PROXY-HOWTO.txt,FAQ.txt,FAM-HOWTO.txt,INFO.txt}
+%lang(de) %doc doc/translations/de/LIESMICH.txt
+%lang(it) %doc doc/translations/it/LEGGIMI.txt
+%lang(ru) %doc doc/translations/ru/{SSH-HOWTO.koi8.txt,README.koi8.txt,PROXY-HOWTO.koi8r.txt,FAQ.koi8r.txt,FAM-HOWTO.koi8r.txt}
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/Messages
+%attr(755,root,root) %{_datadir}/%{name}/%{name}.bin
+%attr(755,root,root) %{_datadir}/%{name}/Tools
+%lang(ca) %{_datadir}/%{name}/Messages/ca_ES.qm
+%lang(de) %{_datadir}/%{name}/Messages/de.qm
+%lang(es) %{_datadir}/%{name}/Messages/es.qm
+%lang(fr) %{_datadir}/%{name}/Messages/fr.qm
+%lang(it) %{_datadir}/%{name}/Messages/it.qm
+%lang(ja) %{_datadir}/%{name}/Messages/ja.qm
+%lang(ru) %{_datadir}/%{name}/Messages/ru.qm
+%lang(vi) %{_datadir}/%{name}/Messages/vi.qm
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.xpm
This page took 0.075363 seconds and 4 git commands to generate.