rpms/unique3/devel unique3-doc-rename.patch, NONE, 1.1 unique3.spec, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 14 00:35:40 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/unique3/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23654

Modified Files:
	unique3.spec 
Added Files:
	unique3-doc-rename.patch 
Log Message:
fix parallel install


unique3-doc-rename.patch:
 Makefile.am          |    4 +-
 unique3-sections.txt |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++
 unique3.types        |    2 +
 3 files changed, 104 insertions(+), 2 deletions(-)

--- NEW FILE unique3-doc-rename.patch ---
diff -up libunique-2.90.1/doc/reference/Makefile.am.doc-rename libunique-2.90.1/doc/reference/Makefile.am
--- libunique-2.90.1/doc/reference/Makefile.am.doc-rename	2010-06-29 15:31:02.000000000 -0400
+++ libunique-2.90.1/doc/reference/Makefile.am	2010-07-13 20:31:13.680593005 -0400
@@ -6,10 +6,10 @@
 # of using the various options.
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE = unique
+DOC_MODULE = unique3
 
 # The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
+DOC_MAIN_SGML_FILE = unique-docs.xml
 
 # The directory containing the source code. Relative to $(srcdir).
 # gtk-doc will search all .c & .h files beneath here for inline comments
diff -up libunique-2.90.1/doc/reference/unique3-sections.txt.doc-rename libunique-2.90.1/doc/reference/unique3-sections.txt
--- libunique-2.90.1/doc/reference/unique3-sections.txt.doc-rename	2010-07-13 20:29:28.181593002 -0400
+++ libunique-2.90.1/doc/reference/unique3-sections.txt	2010-07-13 20:29:28.181593002 -0400
@@ -0,0 +1,100 @@
+<SECTION>
+<FILE>unique-backend</FILE>
+<TITLE>UniqueBackend</TITLE>
+UniqueBackend
+UniqueBackendClass
+unique_backend_create
+unique_backend_get_name
+unique_backend_set_name
+unique_backend_get_startup_id
+unique_backend_set_startup_id
+unique_backend_get_screen
+unique_backend_set_screen
+unique_backend_get_workspace
+unique_backend_request_name
+unique_backend_send_message
+<SUBSECTION Standard>
+UNIQUE_BACKEND
+UNIQUE_IS_BACKEND
+UNIQUE_TYPE_BACKEND
+unique_backend_get_type
+UNIQUE_BACKEND_CLASS
+UNIQUE_IS_BACKEND_CLASS
+UNIQUE_BACKEND_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>unique-app</FILE>
+<TITLE>UniqueApp</TITLE>
+UniqueCommand
+UniqueApp
+UniqueAppClass
+unique_app_new
+unique_app_new_with_commands
+unique_app_add_command
+unique_app_watch_window
+unique_app_is_running
+UniqueResponse
+unique_app_send_message
+<SUBSECTION Standard>
+UNIQUE_APP
+UNIQUE_IS_APP
+UNIQUE_TYPE_APP
+UNIQUE_APP_CLASS
+UNIQUE_IS_APP_CLASS
+UNIQUE_APP_GET_CLASS
+<SUBSECTION Private>
+UNIQUE_TYPE_COMMAND
+UNIQUE_TYPE_RESPONSE
+UniqueAppPrivate
+unique_app_get_type
+unique_command_get_type
+unique_response_get_type
+</SECTION>
+
+<SECTION>
+<FILE>unique-message</FILE>
+<TITLE>Message Data</TITLE>
+UniqueMessageData
+unique_message_data_new
+unique_message_data_copy
+unique_message_data_free
+
+<SUBSECTION>
+unique_message_data_set
+unique_message_data_get
+
+<SUBSECTION>
+unique_message_data_set_text
+unique_message_data_get_text
+unique_message_data_set_uris
+unique_message_data_get_uris
+unique_message_data_set_filename
+unique_message_data_get_filename
+
+<SUBSECTION>
+unique_message_data_get_screen
+unique_message_data_get_startup_id
+unique_message_data_get_workspace
+
+<SUBSECTION Private>
+UNIQUE_TYPE_MESSAGE_DATA
+unique_message_data_get_type
+</SECTION>
+
+<SECTION>
+<FILE>unique-version</FILE>
+<TITLE>Versioning Information</TITLE>
+UNIQUE_MAJOR_VERSION
+UNIQUE_MINOR_VERSION
+UNIQUE_MICRO_VERSION
+UNIQUE_CHECK_VERSION
+UNIQUE_VERSION_S
+UNIQUE_VERSION_HEX
+UNIQUE_API_VERSION
+UNIQUE_API_VERSION_S
+UNIQUE_PROTOCOL_VERSION
+UNIQUE_PROTOCOL_VERSION_S
+UNIQUE_DEFAULT_BACKEND_S
+</SECTION>
+
diff -up libunique-2.90.1/doc/reference/unique3.types.doc-rename libunique-2.90.1/doc/reference/unique3.types
--- libunique-2.90.1/doc/reference/unique3.types.doc-rename	2010-07-13 20:29:28.187593001 -0400
+++ libunique-2.90.1/doc/reference/unique3.types	2010-07-13 20:29:28.187593001 -0400
@@ -0,0 +1,2 @@
+unique_app_get_type
+unique_backend_get_type


Index: unique3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unique3/devel/unique3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- unique3.spec	6 Jul 2010 14:00:20 -0000	1.1
+++ unique3.spec	14 Jul 2010 00:35:39 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           unique3
 Version:        2.90.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Single instance support for applications
 
 Group:          System Environment/Libraries
@@ -14,6 +14,9 @@ BuildRequires:  glib2-devel >= 2.25.0
 BuildRequires:  gtk3-devel >= 2.90.0
 BuildRequires:  gtk-doc >= 1.11
 
+Patch0: unique3-doc-rename.patch
+BuildRequires: automake autoconf libtool
+
 %description
 Unique is a library for writing single instance applications, that is
 applications that are run once and every further call to the same binary
@@ -35,6 +38,9 @@ Headers and libraries for unique3.
 
 %prep
 %setup -q -n libunique-%{?version}
+%patch0 -p1 -b .doc-rename
+
+autoreconf -i -f
 
 %build
 %configure --enable-gtk-doc --disable-static --enable-introspection=no
@@ -55,7 +61,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %files devel
 %defattr(-,root,root,-)
-%doc %{_datadir}/gtk-doc/html/unique/
+%doc %{_datadir}/gtk-doc/html/unique3/
 %{_includedir}/unique-3.0/
 %{_libdir}/pkgconfig/*
 %{_libdir}/lib*.so



More information about the scm-commits mailing list