rpms/bitmap/devel bitmap.desktop, NONE, 1.1 bitmap.png, NONE, 1.1 bitmap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Oct 11 07:28:00 UTC 2006


Author: pertusus

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

Modified Files:
	.cvsignore sources 
Added Files:
	bitmap.desktop bitmap.png bitmap.spec 
Log Message:
auto-import bitmap-1.0.2-3 on branch devel from bitmap-1.0.2-3.src.rpm


--- NEW FILE bitmap.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Bitmap
GenericName=X Window Bitmaps Editor
Comment=xBitmap editor for the X Window System
Exec=bitmap
Icon=bitmap.png
Terminal=false
Type=Application
Categories=Application;Utility;


--- NEW FILE bitmap.spec ---
Name: bitmap
Version: 1.0.2
Release: 3%{?dist}
Summary: Bitmap editor and converter utilities for the X Window System
Group: User Interface/X
Url: http://www.x.org
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1: bitmap.desktop
Source2: bitmap.png
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# the bitmap-devel corresponds only with bitmap files. They are needed
# by the base package, so this Provides is added
Provides: %{name}-devel = %{version}-%{release}
# other xorg apps are called like that
Provides: xorg-x11-%{name} = %{version}-%{release}
Provides: xorg-x11-%{name}-devel = %{version}-%{release}

# libXaw-devel requires libXmu-devel 
# libXmu-devel requires libX11-devel, libXt-devel, xorg-x11-util-macros
BuildRequires: xbitmaps-devel libXaw-devel libXext-devel
BuildRequires: desktop-file-utils pkgconfig
# also needed at runtime
Requires: xbitmaps

%description
Bitmap provides a bitmap editor and misc converter utilities for the X
Window System.

The package also includes files defining bitmaps associated with the 
Bitmap x11 editor.

%prep
%setup -q


%build
%configure --disable-dependency-tracking
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

desktop-file-install --vendor fedora                            \
        --dir %{buildroot}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        %{SOURCE1}

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/


%clean
rm -rf %{buildroot}


%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :


%files
%defattr(-,root,root,-)
# COPYING is a stub!
%doc ChangeLog
%{_bindir}/atobm
%{_bindir}/bmtoa
%{_bindir}/bitmap
%{_includedir}/X11/bitmaps/*
%{_datadir}/X11/app-defaults/Bitmap*
%{_datadir}/applications/*bitmap*
%{_datadir}/icons/hicolor/32x32/apps/bitmap.png
%{_mandir}/man1/*.1*

%changelog
* Tue Oct 10 2006 Patrice Dumas <pertusus at free.fr> 1.0.2-3
- use consistently %%{buildroot}
- provides xorg-x11-%%{name}-devel

* Mon Oct  9 2006 Patrice Dumas <pertusus at free.fr> 1.0.2-2
- buildrequires pkgconfig, libXext-devel

* Sun Sep  3 2006 Patrice Dumas <pertusus at free.fr> 1.0.2-1
- Packaged for fedora extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bitmap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Oct 2006 07:27:14 -0000	1.1
+++ .cvsignore	11 Oct 2006 07:28:00 -0000	1.2
@@ -0,0 +1 @@
+bitmap-1.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bitmap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Oct 2006 07:27:14 -0000	1.1
+++ sources	11 Oct 2006 07:28:00 -0000	1.2
@@ -0,0 +1 @@
+78e8ab5c1830e2cdfbff7a952162a5a7  bitmap-1.0.2.tar.bz2




More information about the scm-commits mailing list