rpms/kdissert/devel kdissert.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Fri Oct 28 05:12:42 UTC 2005


Author: icon

Update of /cvs/extras/rpms/kdissert/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16422/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kdissert.spec 
Log Message:
auto-import kdissert-1.0.5-0.4 on branch devel from kdissert-1.0.5-0.4.src.rpm


--- NEW FILE kdissert.spec ---
Name:           kdissert
Version:        1.0.5
Release:        0.4%{?dist}
Summary:        Mind-mapping tool for KDE

Group:          Applications/Productivity
License:        GPL
URL:            http://freehackers.org/~tnagy/kdissert/
Source0:        http://freehackers.org/~tnagy/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs-devel, scons, desktop-file-utils
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Kdissert is a mindmapping-like tool to help students to produce complicated 
documents very quickly and efficiently : presentations, dissertations, 
thesis, reports, etc. The concept is innovative : mindmaps produced using 
kdissert are processed to output near-ready-to-use documents. While 
targetted mostly at students, kdissert can also help teachers, decision 
makers, engineers and businessmen.


%prep
%setup -q
sed -i -e "/env.KDEuse(\"environ rpath\")/d" SConstruct


%build
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
scons %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
scons install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk
desktop-file-install \
    --delete-original \
    --vendor fedora \
    --dir %{buildroot}%{_datadir}/applications/kde \
    --remove-category X-KDE-More \
    --remove-category Utility \
    --add-category Office \
    --add-category X-Fedora \
    --remove-key DocPath \
    $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop
%find_lang %{name}


%post
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README ROADMAP doc
%{_bindir}/*
%{_libdir}/kde*/*
%{_datadir}/apps/*
%{_datadir}/applications/kde/*.desktop
%{_datadir}/mimelnk/*/*.desktop
%{_datadir}/services/*.desktop
%{_datadir}/icons/*/*x*/*/*.png
%{_datadir}/config.kcfg/*


%changelog
* Mon Oct 24 2005 Konstantin Ryabitsev <icon at fedoraproject.org> 1.0.5-0.4
- Update the tarball to match the upstream version.

* Fri Oct 21 2005 Konstantin Ryabitsev <icon at fedoraproject.org> 1.0.5-0.3
- Remove rpath from SConstruct

* Thu Oct 20 2005 Konstantin Ryabitsev <icon at fedoraproject.org> 1.0.5-0.2
- Do not install icon into pixmaps
- Use post/postun to handle icon cache

* Thu Oct 20 2005 Konstantin Ryabitsev <icon at fedoraproject.org> 1.0.5-0.1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdissert/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Oct 2005 05:10:58 -0000	1.1
+++ .cvsignore	28 Oct 2005 05:12:39 -0000	1.2
@@ -0,0 +1 @@
+kdissert-1.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdissert/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Oct 2005 05:10:58 -0000	1.1
+++ sources	28 Oct 2005 05:12:39 -0000	1.2
@@ -0,0 +1 @@
+18ff5d04d633cf3b4e3fbf869c18dd2f  kdissert-1.0.5.tar.bz2




More information about the scm-commits mailing list